Bonbon
Content
FAQ
Landing pages sections
Link family
Link product
Listing HowTo
Menu footer
Menu header
News
Page FAQ
Produits
Resellers
Sections
Wording

Link product

		
<?php
$tbe_product = get_field('tbe_product');
?>
<?php
if ($tbe_product) {
foreach ($tbe_product as $post) {
setup_postdata($post);
?>
<a href='<?php the_permalink(); ?>'><?php the_title(); ?></a>
<?php
}
wp_reset_postdata();
}
?>